getHtmlText

@Nullable
open fun getHtmlText(): @Nullable String(source)

Get the styled HTML text shared with the target activity. If no HTML text was supplied but EXTRA_TEXT contained styled text, it will be converted to HTML if possible and returned. If the text provided by EXTRA_TEXT was not styled text, it will be escaped by escapeHtml and returned. If no text was provided at all, this method will return null.

Return

Styled text provided by the sender as HTML.